home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / tactics_core.swf / scripts / DefineButton2_854 / BUTTONCONDACTION on(releaseOutside, rollOut).as < prev    next >
Encoding:
Text File  |  2007-03-20  |  115 b   |  8 lines

  1. on(releaseOutside, rollOut){
  2.    command = "";
  3.    if(halfcnt != null)
  4.    {
  5.       _parent.showqueue();
  6.    }
  7. }
  8.